github.com/jackc/pgx/v5/pgproto3.chunkReader.minBufSize (field)
4 uses
github.com/jackc/pgx/v5/pgproto3 (current package)
chunkreader.go#L20: minBufSize int
chunkreader.go#L38: minBufSize: minBufSize,
chunkreader.go#L48: if len(*r.buf) != r.minBufSize {
chunkreader.go#L50: r.buf = iobufpool.Get(r.minBufSize)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)